A thread is a sequence of executable instructions created by a program 线程是由程序创建的一系列可执行指令。
The breakpoint is set at the next executable instruction in the function call 在函数调用中的下一个可执行指令处设置断点。
The visual c compiler generates an . exe that contains msil code rather than machine executable instructions C + +编译器生成的. exe包含msil代码,而不是可由计算机执行的指令。
The key work performed in this stage is to determine which bytes of the binary hold executable instruction and which hold data 这个阶段要做的主要工作是确定二进制代码中哪些字节是可执行指令、哪些是数据。
Once the executable instructions of a program have been identified they may be segmented into groups representing procedures ( or functions ) 一旦程序的可执行指令已经被识别,它们就可以被分割为表示过程(或函数)的组。